CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编码 译码

搜索资源列表

  1. hufftree

    0下载:
  2. 哈夫曼编码、译码程序- 鍝堝か鏇?code, translation program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-02
    • 文件大小:2370
    • 提供者:蔺超文
  1. huffmanTree

    0下载:
  2. 哈夫曼编/译码器:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输入时间, 降低成本,但是,这要求发送端通过一个编码系统对待传输数据先进行编码,在 接收端将传来的数据进行译码。对于双工信道(可双向传输的信道),每端都需 要一个完整的编/译码系统。-Huffman encoder/decoder: the use of Huffman coding can greatly improve the communication channel utilization, infor
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:68049
    • 提供者:阿洒
  1. xunhuanma

    2下载:
  2. (7,3)循环码的编码和译码,还可以纠错一位,检错两位。在ketang-(7,3) cyclic code encoding and decoding, error correction can also be one of two error. In ketang
  3. 所属分类:Compiler program

    • 发布日期:2016-05-14
    • 文件大小:2115
    • 提供者:sony
  1. Turbo

    1下载:
  2. Turbo码的编码,译码,系统仿真,以及无码分析-Turbo code encoding, decoding, system simulation, as well as non-code analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2386
    • 提供者: 杨光
  1. LDPC_BSN

    2下载:
  2. LDPC编码的误码率分析,包括四种译码方法。-LDPC coded BER analysis, including four decoding methods.
  3. 所属分类:matlab例程

    • 发布日期:2017-06-17
    • 文件大小:8968
    • 提供者:cyhgxu
  1. haffman

    0下载:
  2. 数据结构课程设计:哈夫曼编码、译码器(对文章进行编码 再译码-Data Structure Course Design: Huffman coding, the decoder (for decoding re-encoded article
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:3082
    • 提供者:罗罗
  1. haffman

    0下载:
  2. 哈弗曼编码的递归实现算法,包括构造哈弗曼树函数,编码函数,译码函数和输出函数。-哈弗曼recursive coding algorithm, including the tree structure哈弗曼function, encoding function, decoding function and output function.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:120401
    • 提供者:huangqiuxuan
  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1207
    • 提供者:张继红
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. OFDMcode

    0下载:
  2. OFDM信号的编码译码仿真,英文说明更详细。-This simulation scr ipt set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded b
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:59334
    • 提供者:以琳
  1. huffman

    0下载:
  2. 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:320281
    • 提供者:张亦楠
  1. huffman

    0下载:
  2. 很好用的一个哈夫曼编码译码 自己已经通过运行 希望大家可以把它修改得更好-Huffman used a very good codec by running he had hope that we can modify it even better
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1601
    • 提供者:xj
  1. hfm

    0下载:
  2. 涉及到哈弗曼编码和译码的c++实现具体过程,希望对学习c++的同胞有用-哈弗曼related to encoding and decoding of c++ to achieve specific process and want to learn c++' s compatriots useful. .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:134181
    • 提供者:mike
  1. Huofuman

    0下载:
  2. 霍夫曼编码算法: 霍夫曼编码译码算法,请大家多多指教-Huffman Coding Algorithm: Huffman code decoding algorithm, the exhibitions please
  3. 所属分类:STL

    • 发布日期:2017-03-24
    • 文件大小:10364
    • 提供者:周杰
  1. hefuman

    0下载:
  2. 赫夫曼编码译码,还有画图,是很好的一个数据结构程序-it s vervy good
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:170545
    • 提供者:杨小伟
  1. huffman

    0下载:
  2. 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2859
    • 提供者:陈曦
  1. viterbi_coderandviterbi_decoder

    0下载:
  2. 卷积码编码译码Decoding convolutional coding-Decoding convolutional coding
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:8220
    • 提供者:王莉
  1. huffman

    0下载:
  2. huffman编码译码的实现,通过huffman编码可以达到较高的编码效率-huffman code decoding to achieve, through the huffman coding can achieve higher coding efficiency
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-04
    • 文件大小:1196
    • 提供者:李冰
  1. mcsdte

    0下载:
  2. FPGA嵌入式项目实战,曼彻斯特编码器与译码器-FPGA embedded project combat, Manchester encoder and decoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:186760
    • 提供者:lan tian
  1. Turbo_code_simulation

    0下载:
  2. 3gpp标准下的turbo编码译码,以及各种译码算法的改进 对比,对于初学者来说应该很好吧-tuobo coding and decoding with matlab
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:88830
    • 提供者:shangchunjie
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com